html, body {
  font-family: Snell Roundhand, cursive;
  font-family: Arial, Helvetica, sans-serif;
  color:black;
  height: 100%;
}

p {
	font-size: 15px;
}

#mainPage {
	margin-left: 5%;
	margin-right: 5%;

}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("van.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: #E81C24;
  background-color: white;
  text-align: center;
  cursor: pointer;
  background-color: none;

  border-radius: 25px;
  font-size: 25px;
}

.hero-text button:hover {
	background-color: #E81C24;
    color: white;
}

.toggle,
[id^=drop] {
	display: none;
}


nav { 
	display:inline-block;
	text-align: center;
}


nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index: 99999;

	}
	

nav ul li {
	margin: 0px;
	display:inline-block;
	}


nav a {
	display:block;
	padding:20px 20px;	
	color: white;
	font-size:15px;
	text-decoration:none;
}
	.extend li {	
	transition: 0.5s;	
	}
	#extend {
	transition: 0.5s;	
	}


nav ul li ul li:hover { background-color: white; }

nav a:hover { 
	background-color: none;
	color: black;

}

nav ul ul {
	display: none;
	position: absolute; 
	top: 62px; 
	background: #E81C24;
}
	
nav ul li:hover > ul {
	display:inherit;
}
	

nav ul ul li {
	width:170px;
	float: none;
	display:list-item;
	position: relative;
	background-color: none;
}

	
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

.seperater {font-size: 40px; color: white;}

@media all and (max-width : 960px) {

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: none;
		padding:16px 20px;	
		color: white;
		font-size:20px;
		text-decoration:none;
		border:none;
		margin: 0%;
		
	}

	.toggle:hover {
		background-color: white;
		color: #E81C24;
	}

	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #E81C24;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color: #E81C24;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: white; 
	}

	nav ul ul {
		float: none;
		position:static;
		color: red;
	}

	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
	}

}

@media all and (max-width :980) {

	nav ul li {
		display:block;
		width: 94%;
	}
}

#topsection {
		margin-top: 2%;
}

.closecall button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 5px 12.5px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  color: white;
  background-color: #E81C24;
}

.closecall button:hover {
   color: #E81C24;
   background-color: white;
   border-radius: 25px;
}

.welcomemessage {
	padding: 2%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 15px;
	color: black;
}

.colA {
		font-size: 20px;
		width: 100%; 
		padding: 0%; 
		text-align:left;
}

.wwfu {
	width: 48.5%;
	text-align: left;
}

	#closecallform { width:50%;}
	#registration { width:100%;}
	#ourmark {
		padding-left: 10%;
		padding-right: 10%;
	}

.colA h1 {
	color:#E81C24;
	text-align: center;
	font-size: 25px;
	padding-bottom: 2%;
}
.colAcore {
	color:black;
	text-align: center;
	font-size: 15px;
}


@media only screen and (max-width: 980px) {
	.welcomemessage { font-size: 15px;
	text-align:left; 
	margin-left:0%; 
	margin-right:0%; 
	border-top-left-radius: 25px; 
	border-top-right-radius: 25px;
	
	}
		.seperater {
		display: none;
	}
	
	.colA { width: 100%; }
	.mySlides { height: 200px; }
	#social { text-align: center; }
	#social h2, p { text-align: left; }
	#topsection { margin-top: 0%; }
	#ourmark {	padding-left: 0%; padding-right: 0%;}
	.colAcore { font-size: 15px; text-align:left; }
	#closecallform { width:100%; margin-left:0%; margin-right:0%; }
	.wwfu { width: 100%; }
	.wwfu img { width: 50%; }
	#registration { width:100%;}
	.BOWHS {text-align: center;}
}

#Accre{
	background:white;
}

.aboutus {
	border-top: 1px solid black;
	margin: 0; 
	background:none;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.col:first-child { margin: 0; }

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom: 1; }

.S1-SPAN1 { 
	color:black;
	width: 32%; 	
	text-align:center;
	display:inline-block;
	transition:all 0.3s ease;
	margin: 1%;
	padding-left: 1%;
	padding-right: 1%;
	opacity:1;}
	
.S1-SPAN1 p {
		padding-top: 3%;
		text-align:left;
}
	
.S1-SPAN1:hover {
   opacity:0.7;
}

@media only screen and (max-width: 980px) {
	.S1-SPAN1 { width: 100%; }
}

.S1-SPAN2 { width: 23.5%; 	
	text-align:left;
	display:inline-block;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	margin: 1%;
	padding: 1%;}
	
.S1-SPAN2:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	top: -20px;
}

@media only screen and (max-width: 980px) {
	.S1-SPAN2 { width: 100%; }
}

.ServiceH3 {
	font-size:20px;
	color: red;
}

.SP1O2 {
	width: 49%;
}

@media only screen and (max-width: 980px) {
	.SP1O2 { width: 100%; }
}

.accredi {
	width: 100%;
}

@media only screen and (max-width: 980px) {
	.accredi { width: 100%; }
}

.S1-SPAN3 {
	width: 100%;
	margin: 1%;
	font-size: 15px;
}

@media only screen and (max-width: 980px) {
	.S1-SPAN3{ width: 100%; }
}

.S1-SPAN4 {
	width: 22.5%;
	margin: 1%;
	font-size: 15px
}

@media only screen and (max-width: 980px) {
	.S1-SPAN4 { width: 25%; text-align:center;}
}

#adjustleft {
	margin-left: 1%;
}

@media only screen and (max-width: 980px) {
	#adjustleft { margin-left:0;}
}

.bullet {
	width: 49.5%;
	font-size: 20px;
}
.bullet ul {
  list-style: none;
}

.bullet ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size: 15px;
}

@media only screen and (max-width: 980px) {
	.bullet { width: 100%; }
	.bullet ul { padding: 0; }
}

.HE-1 {
	width:	47.5%;
	font-size: 15px;
	margin: 0;
	text-align: right;
	color:white;
	padding: 1%;
}

.FO-1 {
  	width: 22.5%;
	text-align: left;
	font-size: 15px;
	padding:1%;
}

.FO-1 h2 {
		margin: 0;
		font-size:25px;
}

.FO-2 {
  	width: 48.5%;
	text-align: center;
	font-size: 1.5rem;
	color: black;
	padding: 1rem;
}

#testopening { text-align: center; }
#ourmarketopening { text-align: left; }
#whyus { text-align: left; font-size: 15px; padding: 5%;}


ul.services {
  list-style: none;
}

ul.services li::before {
  content: "\2022"; 
  color: #E81C24; 
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em;
}

#toplogo {
	
	text-align: center; 
	padding: 0.5%;
	padding-right: 10%;
	
}
#services {
	font-size: 15px;
	text-align:left;
}
@media only screen and (max-width: 400px) {
	#services{margin-top: 5%; padding: 0; text-align:left; font-size: 10px;}
}

@media only screen and (max-width: 800px) {
	#services{margin: 5%; padding: 0; text-align:left; font-size: 15px;}
}

@media only screen and (max-width: 980px) {
	.col {  margin: 0% 0 1% 0%; }
	.FO-1 { width: 100%; text-align: center; font-size:1.5rem; }
	.FO-2 { width: 100%;}
	.FO-1 img { width: 30%; text-align: center;}
	.HE-1 { width: 100%; margin-bottom: 5%; text-align: center;}
	#toplogo {display:none;}
	#birming {padding-bottom:0%; }
	#testopening { text-align: left; }
}

.header {
	width: 100%;
	height: auto;
	text-align: center;
	background:none;
	padding-bottom: 1%;
}

#topbar {
		background-color: #E81C24;
}

.footer {
  width: 100%;
  height: auto;
  text-align: left;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("trainzoom.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.FO-1 a {
	text-decoration: none;
	color: white;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #E81C24;
}

.fa {
  padding: 15px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
#facebook-size {
	padding-left: 18px; 
	padding-right: 18px;	
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}


#container {
 overflow: hidden;
 background: white;
 background:none;
text-align: center;
}

#container h1 {
		color:red;
}

.photobanner {
 width: 3550px;
}
 
.photobanner img {
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 width: 50%;
}
 
 

.flip-card {
  background-color: transparent;
  height: 300px;
  width: 300px;

}

.flip-card-inner {

  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,1);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: white;
  padding: 5%;
}

.flip-card-front h1 {
	font-size: 40px;
}

.flip-card-back {
  background-color: #E81C24;
  color: white;
  transform: rotateY(180deg);
  padding: 5%;
}


.CorVal{
	width: 23.3%;
}


#firstname{
		display:none;
}

.error {
	color: red;
	font-size: 15px;
}

#input1 {
	padding-left: 2.2%;
}

#input2 {
	padding-right: 2.2%;
}

#corealign {
	margin-left:5%;
}

.span_1_of_2 {
	width: 47.5%;
	padding: 3%;
	font-size:15px;
}


.closecallform {
	width: 49.5%;
}

.ourmarket { width: 31.5%; }

.contactnumbers {
	
text-align:left;
margin-left: 35%;
margin-right: 35%; 
	
}

@media only screen and (max-width: 980px) {
	.ourmarket { width: 100%; }
	.closecallform { width: 100%;}
	.contactnumbers {margin-left: 0%;
margin-right: 0%; }
}


@media only screen and (max-width: 980px) {

	.CorVal { width: 100%; margin-bottom: 5%; padding-left: 0%;
	padding-right: 0%;}
	#corealign{ margin-left: 0%; }
	.flip-card { width:100% }
	#firstcore { margin-bottom: 5%; }
	#input1 { padding: 1%;}
	#input2 { padding: 1%;}
}

@media only screen and (max-width: 1500px) {

	.CorVal { width: 100%; margin-bottom: 5%; padding-left: 0%;
	padding-right: 0%;}
	#corealign{ margin-left: 0%; }
	.flip-card { width:100% }
	#firstcore { margin-bottom: 5%; }
	#input1 { padding: 1%;}
	#input2 { padding: 1%;}
}


.accreditati {
	width: 23.8%;
	text-align:center;
	color: #E81C24;
	box-shadow: 0 4px 8px 0 rgba(170,0,0,1);
}
.accreditati img { padding-top: 5%;
}

@media only screen and (max-width: 980px) {
	.accreditati { width: 100%; margin-bottom: 5%; }
	.accreditati img { height: 150px; padding: 2%;}
}
.first {
 -webkit-animation: bannermove 10s linear infinite;
    -moz-animation: bannermove 10s linear infinite;
     -ms-animation: bannermove 10s linear infinite;
      -o-animation: bannermove 10s linear infinite;
         animation: bannermove 10s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 2100px;
 }
 100% {
    margin-left: -5525px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 2100px;
 }
 100% {
   margin-left: -5525px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 2100px;
 }
 100% {
   margin-left: -5525px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 2100px;
 }
 100% {
   margin-left: -5525px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 2100px;
 }
 100% {
   margin-left: -5525px;
 }
